Skip to main content
GET
/
projects
Get all projects for the user's tenant
curl --request GET \
  --url https://api.engagefabric.com/projects \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.engagefabric.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT token for admin console authentication

Query Parameters

skip
number

Number of records to skip

Example:

0

take
number

Number of records to take

Example:

20

includeDeleted
boolean

Include soft-deleted projects

Example:

false

Response

200

List of projects with pagination