cURL
curl --request GET \ --url https://api.primeintellect.ai/api/v1/secrets/{secret_id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "name": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "description": "<string>", "isFile": false, "userId": "<string>", "teamId": "<string>" }, "status": "<string>" }
Get a specific secret by ID.
Note: The secret value is not returned, only metadata.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Team ID for team secrets
Successful Response
Response data
Show child attributes
Response status
Was this page helpful?