API reference
Missions API
Allowlisted public issue records classified as missions.
Request
GET /api/v1/missionsReturns public issue records from approved repositories.
| Parameter | Accepted value |
|---|---|
| Query | limit, cursor, repository, state, from, to |
Response fields
| Field | Meaning |
|---|---|
| number / title | Public issue identity. |
| state | Stored issue state. |
| openedAt / closedAt | Lifecycle timestamps. |
| repository | Allowlisted repository context. |
| sourceUrl | Canonical public issue URL. |
{
"data": {},
"meta": {
"apiVersion": "v1",
"dataStatus": "fresh",
"nextCursor": null,
"hasMore": false
}
}Notes and relationships
Use provenance and meta.dataStatus before presenting an observation as current.