Get All Projects (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

ParameterTypeRequiredExample ValueDescription
user_typestringYesENTERPRISE_APIThe type of user to filter templates for.
pageintegerNo1Page number for pagination.
per_pageintegerNo15Number of items per page.
emailstringNoFilter by user email.
sortstringNoSort field.
orderstringNoSort order (asc/desc).
statusstringNoprocessingFilter by status.
user_items_onlystringNonoIf 'yes', returns only items belonging to the user.
api_integrated_projects_onlystringNonoIf 'yes', returns only API-integrated projects.
get_projects_by_organizationstringNonoIf '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_type parameter 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
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
integer
integer
string
string
string
string

string: completed | processing

string
string

string: yes | no

string

string: yes | no

string

string: yes | no

Response

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!