get
https://{host}/api/v2/templates/processing-completed
Get All Projects (Processing & Completed)
This endpoint retrieves templates for a specific user type. It is used to fetch details of templates available for users, filtered by processing status and other optional parameters.
HTTP Method and URL
-
Method:
GET -
URL:
{{host}}/api/v2/templates/processing-completed
Authentication Requirements
- Requires authentication. (Specify authentication method here, e.g., Bearer Token in header. [Add details or update as needed]
Path and Query Parameters
| Parameter | Type | Required | Example Value | Description |
|---|---|---|---|---|
user_type | string | Yes | ENTERPRISE_API | The type of user to filter templates for. |
page | integer | No | 1 | Page number for pagination. |
per_page | integer | No | 15 | Number of items per page. |
email | string | No | Filter by user email. | |
sort | string | No | Sort field. | |
order | string | No | Sort order (asc/desc). | |
status | string | No | processing | Filter by status. |
user_items_only | string | No | no | If 'yes', returns only items belonging to the user. |
api_integrated_projects_only | string | No | no | If 'yes', returns only API-integrated projects. |
get_projects_by_organization | string | No | no | If 'yes', returns projects grouped by organization. |
Request Body
- This endpoint does not require a request body.
Example Request
GET {{host}}/api/v2/templates/processing-completed?user_type=ENTERPRISE_API&page=1&per_page=15&status=processing&user_items_only=no&api_integrated_projects_only=no&get_projects_by_organization=no
Error Responses
- Add details about possible error responses (e.g., 400 Bad Request, 401 Unauthorized, 404 Not Found, etc.)
Usage Notes
-
Ensure the
user_typeparameter is set to a valid value (e.g.,ENTERPRISE_API). -
Pagination parameters (
page,per_page) are optional but recommended for large datasets. -
This endpoint is typically used to monitor or retrieve templates in a processing or completed state.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
