Get Project CSVExport Issues

gethttps://app.fossa.com/api/projects/{locator}/export-issues/csv

This endpoint returns a CSV file of all issues for the project.

Path parameters

locatorstringrequired

the url-encoded locator of the project

Query parameters

revisionIdstring

The revisionId of the project to get issues for. If not provided, the latest revision will be used.

statusenum

The status of the issues to return. If not provided, all active issues will be returned.

activeignored
refstring

the branch or tag to get issues for. If not provided, the default branch will be used.

ref_typeenum

Specify whether the ref is a branch or tag.

branchtag

Responses

200A CSV report of all issues for the project, served as a downloadable attachment.
string <binary>
401Unauthorized
uuidstring

Unique identifier associated with the error

codeinteger

fossa specific error code

messagestring

message associated with this error

namestring

name of the error

httpStatusCodeinteger

http status code number

404Not Found
uuidstring

Unique identifier associated with the error

codeinteger

fossa specific error code

messagestring

message associated with this error

namestring

name of the error

httpStatusCodeinteger

http status code number

428Precondition Required - the provided revision is invalid
uuidstring

Unique identifier associated with the error

codeinteger

fossa specific error code

messagestring

message associated with this error

namestring

name of the error

httpStatusCodeinteger

http status code number

500Server Error
uuidstring

Unique identifier associated with the error

codeinteger

fossa specific error code

messagestring

message associated with this error

namestring

name of the error

httpStatusCodeinteger

http status code number

Try this endpoint

Build a request and run it against app.fossa.com.

Bearer

Stored in this browser for 24 hours. Try It uses a docs proxy for CORS and does not store tokens server-side.

GET https://app.fossa.com/api/projects/%7Blocator%7D/export-issues/csv
curl --request GET \  --url 'https://app.fossa.com/api/projects/%7Blocator%7D/export-issues/csv' \  --header 'accept: application/json' \  --header 'authorization: Bearer YOUR_API_TOKEN'

Real request. Mutating methods can change data.

Click Try It to run a request and see the response here.
Enter a Bearer token before running this request.

Path params

locatorstringrequired

the url-encoded locator of the project

Query params

revisionIdstring

The revisionId of the project to get issues for. If not provided, the latest revision will be used.

statusenum

The status of the issues to return. If not provided, all active issues will be returned.

refstring

the branch or tag to get issues for. If not provided, the default branch will be used.

ref_typeenum

Specify whether the ref is a branch or tag.