For AI agents and LLMs: a machine-readable index is available at llms.txt. A plain-Markdown version of any documentation page is available by appending .md to its URL.
Skip to main content
FolderGet All folder details By Project ID
TestMu AI
StatusCommunityBlog
Folder

Get All folder details By Project ID

Get All folder details By Project ID

GET
/api/v1/folder/entity/{entity_id}
Get All folder details By Project ID
curl --request GET \
--url "https://test-manager-api.lambdatest.com/api/v1/folder/entity/{entity_id}" \
--header "Authorization: Basic <encoded-value>"
{
"data": [
{
"name": "Test Folder",
"description": "Folder for testing purpose",
"id": "01J3Q0DBFF2M74H527NZZAPR9B",
"parent_id": null,
"entity_id": "01J3PWJPQPGHBNPHBXX4DSME1H",
"entity_type": "project",
"created_by": 2048070,
"updated_by": 2048070,
"created_at": "2024-07-26T07:52:14Z",
"updated_at": "2024-07-26T07:52:14Z"
}
]
}

Authorizations

Authorizationstringheaderrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

entity_idstringrequired

entity_id is the project_id

Response

application/json

OK

dataobject[]
data.namestring
Example: "Test Folder"
data.descriptionstring
Example: "Folder for testing purpose"
data.idstring
Example: "01J3Q0DBFF2M74H527NZZAPR9B"
data.parent_idnull
data.entity_idstring
Example: "01J3PWJPQPGHBNPHBXX4DSME1H"
data.entity_typestring
Example: "project"
data.created_bynumber
Example: 2048070
data.updated_bynumber
Example: 2048070
data.created_atstring
Example: "2024-07-26T07:52:14Z"
data.updated_atstring
Example: "2024-07-26T07:52:14Z"
Get All folder details By Project ID
curl --request GET \
--url "https://test-manager-api.lambdatest.com/api/v1/folder/entity/{entity_id}" \
--header "Authorization: Basic <encoded-value>"
{
"data": [
{
"name": "Test Folder",
"description": "Folder for testing purpose",
"id": "01J3Q0DBFF2M74H527NZZAPR9B",
"parent_id": null,
"entity_id": "01J3PWJPQPGHBNPHBXX4DSME1H",
"entity_type": "project",
"created_by": 2048070,
"updated_by": 2048070,
"created_at": "2024-07-26T07:52:14Z",
"updated_at": "2024-07-26T07:52:14Z"
}
]
}