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

A pull request project represents an entity that is the recipient of pull requests. All pull requests are tied to a pull request project. Typically, all pull request projects are also bound to a repository, which are discovered using a user's credentials.

## Supported request

Get a list of pull request projects: `/pull_request_projects/`

### Fields

| Name | Type | Description |
| --- | --- | --- |
| `id` | double | Unique identifier for the pull request project. |
| `name` | string | Pull request name. |
| `url` | string | URL for the pull request project. |
| `vendor_type` | string | Vendor type. |
| `repo_id` | double | Unique identifier for a repository. |
| `added_by_id` | double | Unique identifier for the person who added the pull request project. |
| `created_at` | string | Date and time the pull request project was created. |
| `updated_at` | string | Date and time the pull request project was updated. |
| `integration` | string | Name of Integration used to import projects. |
| `last_processing_success_at` | string | Date and time of last successful processing. |
| `processing_status` | string | Processing status. |