Organization Folders
Get Organization Folder
Get one DialNexa organization folder by ID and verify its current name and workspace ownership.
GET
Get Organization Folder
Read only
Get an organization folder by ID to confirm its current name and that it belongs to the authenticated workspace. Deleted folders are not returned.
Before you begin
Call List Organization Folders to obtain a current folder ID. Do not reuse an ID from a different workspace.Verify the result
A successful response includes the folderid, name, organization_id, and timestamps. Compare the returned id with the requested value before using it in another operation.
Errors and recovery
401 Unauthorizedmeans the API key is missing or invalid.404 Not Foundmeans the folder does not exist, was deleted, or belongs to another workspace. List folders again instead of retrying the same ID.
Related endpoints
- List Organization Folders: search active folders and resolve IDs.
- List Agents: list workspace agents.
- Agent folders: create and manage folders in the dashboard.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization folder ID.
Example:
"fld_abc123xyz789"
Response
Organization folder returned successfully.
Get Organization Folder