---
title: "Ticket projects API"
canonical: "https://support.appfire.com/space/FD/1802535305/Ticket%20projects%20API"
format: markdown
---
> Macro (aura-html)

A ticket project represents a project within an issue-tracking software that contains tickets. All tickets are tied to a ticket project, which is discovered using a set of credentials.

## Supported request

Get a list of ticket projects: `/ticket_projects/`

### Fields

| Name | Type | Description |
| --- | --- | --- |
| `id` | double | Unique identifier for the ticket project. |
| `name` | string | Name of the ticket project. |
| `url` | string | URL for a ticket project. |
| `vendor_type` | string | Vendor type. |
| `repo_id` | double | Unique identifier for a repository. |
| `added_by` | string | Unique identifier for a user that added the ticket project. |
| `created_at` | string | Date and time ticket project was created. |
| `updated_at` | string | Date and time ticket project was updated. |
| `integration` | string | Unique identifier for the integration. |
| `last_processing_success_at` | string | Date and time project was last successfully updated. |
| `processing_status` | string | Status of project. |