Skip to main content
GET
Find projects

Finding projects

Returns slim preview objects suitable for listings. Use this endpoint to resolve the id of the project that work should be recorded on. Results can be narrowed down by client and by status:
  • client — the contact id of the client the project belongs to
  • statusactive, completed or abandoned. Use archived to match both completed and abandoned projects.
To read the work entries of a project, use Get specific project or Find work entries.

Authorizations

x-api-token
string
header
required

API token for authentication. Obtain from your Infinity account settings.

Query Parameters

limit
number
default:30

Pagination limit. Defaults to 30, maximum 200.

Required range: x <= 200
skip
number

Pagination offset for the results.

client
string

Filters projects belonging to the client with the given contact id.

status
enum<string>

Filters projects by status. Use archived to match both completed and abandoned projects.

Available options:
active,
completed,
abandoned,
archived

Response

Successfully returns the list of projects.

projects
ProjectPreview · object[]