cURL
curl --request GET \ --url https://api.devin.ai/v3/enterprise/sessions/{devin_id}/tags \ --header 'Authorization: Bearer <token>'
{ "tags": [ "<string>" ] }
Get the tags for a specific session.
Service User credential (prefix: cog_)
Successful Response