Skip to main content
GET
/
projects
/
{projectId}
/
actions
/
{actionId}
/
brief
Get action brief
curl --request GET \
  --url https://devtune.ai/api/v2/projects/{projectId}/actions/{actionId}/brief \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "actionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "actionTitle": "<string>",
    "hasBrief": true,
    "status": "<string>",
    "generatedAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "goal": "<string>",
    "targetAsset": "<string>",
    "audienceContext": "<string>",
    "recommendedOwner": "<string>",
    "effortLabel": "<string>",
    "acceptanceCriteria": [
      "<string>"
    ],
    "briefMarkdown": "<string>",
    "sourceSnapshot": {}
  },
  "meta": {
    "timestamp": "2023-11-07T05:31:56Z",
    "projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.devtune.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key with dtk_live_ prefix. Obtain it from API Keys in the account sidebar. New keys start with all supported scopes selected for the chosen project, and you can narrow them to specific read/write scopes as needed.

Path Parameters

projectId
string<uuid>
required
actionId
string<uuid>
required

Response

Action brief payload

data
object
meta
object