latestOpenAPI 3.0.02026-08-10221235717.8 KB
e21ad140ec3c
Agents
public
List all the agents in an Organization.
get/orgs/{orgId}/agents
Path parameters
orgIdstring required
The Organization ID
Query parameters
fingerprintstring
The Key fingerprint (hexadecimal representation of sha256 hash of the DER representation of the key).
Response
Successful list response.
Example response
[
{
"id": "agent-id",
"description": "One of my agents.",
"created_at": "2020-06-22T09:37:23.523Z",
"created_by": "00000000-0000-0000-0000-000000000000"
}
]